Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::StringMaker< char[SZ]> Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static std::string convert (char const *str)
 

Detailed Description

template<int SZ>
struct Catch::StringMaker< char[SZ]>

Definition at line 1022 of file catch.hpp.

Member Function Documentation

template<int SZ>
static std::string Catch::StringMaker< char[SZ]>::convert ( char const *  str)
inlinestatic

Definition at line 1023 of file catch.hpp.

References Catch::Detail::stringify().

1023  {
1024  return ::Catch::Detail::stringify(std::string{ str });
1025  }
std::string stringify(const T &e)
Definition: catch.hpp:955

The documentation for this struct was generated from the following file: